home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Samba Configuration</H2>
- <P>
- Use this form to enable Samba, and to configure the global characteristics
- of your Samba server. By "global", it is meant that these parameters
- will apply to all shared directories and printing services. Configurable
- parameters include:
- <table>
- <tr><th align=left valign=top>Workgroup:<td>
- The name of the workgroup to which this server
- will be a member.</td></tr>
- <tr><th align=left valign=top>Browse Master:<td>
- Each subnet has a "browse master" which
- reports data for that subnet. Enter "yes" here if this server is
- to be the browse master for this subnet.</td></tr>
- <tr><th align=left valign=top>Domain Master:<td>
- The "domain master" (or domain controller)
- controls and administers networking information for a given domain.
- Set "yes" here if this server is to be the unique domain master.</td></tr>
- <tr><th align=left valign=top>Wins Server:<td>
- If another machine on the network is designated
- as the "wins server", enter the name here so that this Samba server
- can register itself.</td></tr>
- <tr><th align=left valign=top>Print Command:<td>
- The common print command to be used by
- all printing services. Note that substitutions may be used.</td></tr>
- </table>
- For more information, see the man page smb.conf(5).
- </P>
- <P>
- </P>
- <P>
- </P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-